home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
000777_jackson@stsci.edu _Mon Mar 22 18:34:13 1993.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
3KB
Return-Path: <jackson@stsci.edu>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA28725; Mon, 22 Mar 93 18:34:13 MET
Received: from stsci.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA24998; Mon, 22 Mar 1993 18:52:45 +0100
Received: Mon, 22 Mar 93 12:52:43 EST from MARIAN.STSCI.EDU (kaos.stsci.edu) by stsci.edu (4.1)
Received: Mon, 22 Mar 93 12:52:40 EST by kaos.stsci.edu (4.1)
Date: Mon, 22 Mar 93 12:52:40 EST
From: Bob Jackson <jackson@stsci.edu>
Message-Id: <9303221752.AA09093@MARIAN.STSCI.EDU>
To: www-bug@nxoc01.cern.ch, www-talk@nxoc01.cern.ch
Subject: Trouble getting httpd server up
Reply-To: jackson@stsci.edu
I ftp'd the binaries and ...
% install httpd_2.02-beta /kaos/data1/bin/httpd
% install www_2.0-alpha /kaos/data1/bin/www
% rehash
I wanted to serve an existing directory tree
% httpd -v -p 8009 -dyt /kaos/data1/gopher-data &
httpd -v -p 8009 -dyt /kaos/data1/gopher-data &
[1] 9081
% Rule: For `/*' op 2 `/kaos/data1/gopher-data/*'
Rule: For `*' op 3 `(null)'
Daemon: Parsed address as port 8009, inet 0.0.0.0
IP: Opened socket number 3
Daemon: Master socket(), bind() and listen() all OK
Daemon: Waiting for connection or message. (Mask=8 hex, max=4 hex).
albeit with no httpd.conf file present.
Now I tried to look at the server
% www http://kaos.stsci.edu:8009/
www http://kaos.stsci.edu:8009/
Daemon: New incoming connection:
Daemon: Accepted new socket 4
Daemon: Waiting for connection or message. (Mask=18 hex, max=5 hex).
Message waiting on socket 4
Daemon: Reading socket 4 from host 130.167.107.12
Daemon: net read returned 128, errno=0
Daemon: Client accepts text/plain
Daemon: Client accepts text/html
Daemon: Client accepts image/jpeg
Daemon: Client accepts image/gif
Daemon: Client accepts application/postscript
New anchor 200b0 has hash 47 and address `/'
HTAccess: loading document /
For `/' using `/kaos/data1/gopher-data/'
HTRule: ...and pass `/kaos/data1/gopher-data/'
HTFile: can't stat /marian/u1/jackson/WWW///kaos/data1/gopher-data/
HTAccess: Opening `/marian/u1/jackson/WWW///kaos/data1/gopher-data/' gives -1
TCP: Local host name is kaos.stsci.edu
FTP: Looking for /kaos/data1/gopher-data/
HTTPAccess: Can't find internet node name `'.
TCP: Error 0 in `errno' after call to FTP file load() failed.
Error 0
**** HTAccess: socket or file number returned by obsolete load routine!
[End]
[1] Exit 172 httpd -v -p 8009 -dyt /kaos/data1/gopher-data
I get the same error when I use the www_1.4 client.
Why are HTFile and HTAccess looking at:
/marian/u1/jackson/WWW///kaos/data1/gopher-data/
Do I need a .html file in /kaos/data1/gopher-data ?